Now that you have reviewed more transformations, you have another mission to complete.

  • For your third mission, use reflection to move the sprite to the target triangle.
  • You can solve this mission using 1 reflection command.
  • Click Run to check you solution. Then click Submit and Next.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("grid") sprite = codesters.Sprite("triangle") sprite.go_to(100, 50)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)